home *** CD-ROM | disk | FTP | other *** search
- /* Workbench2.0:Programming/Aztec/source/AssignPrefs/icon.c --- Data for def_assign icon
- *
- */
-
- #include <exec/types.h>
- #include <intuition/intuition.h>
- #include <workbench/workbench.h>
-
- UWORD def_assignI1Data[] =
- {
- /* Plane 0 */
- 0x0000,0x0000,0x0004,0x0000,0x0000,0x0000,0x0001,0x0000,
- 0x0000,0x07FF,0x8000,0x4000,0x0000,0x1800,0x6000,0x1000,
- 0x0000,0x20FC,0x1000,0x0800,0x0000,0x4102,0x0800,0x0C00,
- 0x0000,0x4082,0x0800,0x0C00,0x0000,0x4082,0x0800,0x0C00,
- 0x0000,0x2104,0x0800,0x0C00,0x0000,0x1E18,0x1000,0x0C00,
- 0x0000,0x0060,0x2000,0x0C00,0x0000,0x0080,0xC000,0x0C00,
- 0x0000,0x0103,0x0000,0x0C00,0x0000,0x021C,0x0000,0x0C00,
- 0x0000,0x0108,0x0000,0x0C00,0x0000,0x00F0,0x0000,0x0C00,
- 0x0000,0x0108,0x0000,0x0C00,0x0000,0x0108,0x0000,0x0C00,
- 0x4000,0x00F0,0x0000,0x0C00,0x1000,0x0000,0x0000,0x0C00,
- 0x0400,0x0000,0x0000,0x0C00,0x01FF,0xFFFF,0xFFFF,0xFC00,
- /* Plane 1 */
- 0xFFFF,0xFFFF,0xFFF8,0x0000,0xC924,0x9249,0x2496,0x0000,
- 0xD249,0x2000,0x4925,0x8000,0xE492,0x47FF,0x9249,0x6000,
- 0xC924,0x9F03,0xE492,0x5000,0xD249,0x3E91,0xF124,0x9000,
- 0xE492,0x3F25,0xF249,0x2000,0xC924,0xBF49,0xF492,0x4000,
- 0xD249,0x1E93,0xF124,0x9000,0xE492,0x4127,0xE249,0x2000,
- 0xC924,0x921F,0xC492,0x4000,0xD249,0x247F,0x0924,0x9000,
- 0xE492,0x48FC,0x9249,0x2000,0xC924,0x91E1,0x2492,0x4000,
- 0xD249,0x24F2,0x4924,0x9000,0xE492,0x4904,0x9249,0x2000,
- 0xC924,0x92F1,0x2492,0x4000,0xD249,0x24F2,0x4924,0x9000,
- 0x3492,0x4904,0x9249,0x2000,0x0D24,0x9249,0x2492,0x4000,
- 0x0349,0x2492,0x4924,0x9000,0x0000,0x0000,0x0000,0x0000,
- };
-
- struct Image def_assignI1 =
- {
- 0, 0, /* Upper left corner */
- 54, 22, 2, /* Width, Height, Depth */
- def_assignI1Data, /* Image data */
- 0x0003, 0x0000, /* PlanePick, PlaneOnOff */
- NULL /* Next image */
- };
-
- UBYTE *def_assignTools[] =
- {
- "ACTION=use",
- NULL
- };
-
- struct DiskObject def_assign =
- {
- WB_DISKMAGIC, /* Magic Number */
- WB_DISKVERSION, /* Version */
- { /* Embedded Gadget Structure */
- NULL, /* Next Gadget Pointer */
- 0, 0, 54, 23, /* Left,Top,Width,Height */
- GADGIMAGE | GADGBACKFILL, /* Flags */
- RELVERIFY | GADGIMMEDIATE, /* Activation Flags */
- BOOLGADGET, /* Gadget Type */
- (APTR)&def_assignI1, /* Render Image */
- NULL, /* Select Image */
- NULL, /* Gadget Text */
- NULL, /* Mutual Exclude */
- NULL, /* Special Info */
- 0, /* Gadget ID */
- (APTR) 0x0001, /* User Data (Revision) */
- },
- WBPROJECT, /* Icon Type */
- (char *)"sys:prefs/assignprefs", /* Default Tool */
- def_assignTools, /* Tool Type Array */
- NO_ICON_POSITION, /* Current X */
- NO_ICON_POSITION, /* Current Y */
- NULL, /* Drawer Structure */
- NULL, /* Tool Window */
- 4096 /* Stack Size */
- };
-